ubg_terminal_set_lowercase
Syntax:
ubg_terminal_set_lowercase(force)
Arguments:
Argument Name | Type | Description |
---|---|---|
force | bool | whether or not to force lowercase text |
Returns: (bool)
Description:
Sets if lower-case text should be forced in the terminal input. This will NOT affect the "valid characters" property, however it will affect how the text is displayed and passed into your command scripts.
The system must be initialized in order to use this function.